home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
biblio
/
bibtex
/
utils
/
bibclean
/
ibmpc
/
ibmtest.bat
< prev
next >
Wrap
DOS Batch File
|
1995-04-18
|
4KB
|
100 lines
echo off
break on
REM =====================================================================
REM Test bibclean on IBM PC DOS.
REM The funny backspace in echo commands is just to get a blank
REM line, rather than the current echo status.
REM [20-Nov-1992]
REM =====================================================================
echo ================== begin BibTeX test 1 ===================
echo bibclean -no-read -init bibclean.ini -err testbib1.err testbib1.org
bibclean -no-read -init bibclean.ini -err testbib1.err testbib1.org >testbib1.bib
echo
echo There should be no differences found:
echo diff testbib1.bok testbib1.bib
diff testbib1.bok testbib1.bib
echo
echo There should be no differences found:
echo diff testbib1.eok testbib1.err
diff testbib1.eok testbib1.err
echo =================== end BibTeX test 1 ====================
echo ================== begin BibTeX test 2 ===================
echo bibclean -no-read -init bibclean.ini -no-check-values -err testbib2.err testbib2.org
bibclean -no-read -init bibclean.ini -no-check-values -err testbib2.err testbib2.org >testbib2.bib
echo
echo There should be no differences found:
echo diff testbib2.bok testbib2.bib
diff testbib2.bok testbib2.bib
echo
echo There should be no differences found:
echo diff testbib2.eok testbib2.err
diff testbib2.eok testbib2.err
echo =================== end BibTeX test 2 ====================
echo ================== begin BibTeX test 3 ===================
echo bibclean -no-read -init bibclean.ini -err testisxn.err testisxn.org
bibclean -no-read -init bibclean.ini -err testisxn.err testisxn.org >testisxn.bib
echo
echo There should be no differences found:
echo diff testisxn.bok testisxn.bib
diff testisxn.bok testisxn.bib
echo
echo There should be no differences found:
echo diff testisxn.eok testisxn.err
diff testisxn.eok testisxn.err
echo =================== end BibTeX test 3 ===================
echo ================== begin Scribe test 1 ===================
echo bibclean -no-read -init bibclean.ini -err testscr1.err -scribe -no-check testscr1.org
bibclean -no-read -init bibclean.ini -err testscr1.err -scribe -no-check testscr1.org >testscr1.bib
echo
echo There should be no differences found:
echo diff testscr1.bok testscr1.bib
diff testscr1.bok testscr1.bib
echo
echo There should be no differences found:
echo diff testscr1.eok testscr1.err
diff testscr1.eok testscr1.err
echo =================== end Scribe test 1 ====================
echo ================== begin Scribe test 2 ===================
echo bibclean -no-read -init bibclean.ini -err testscr2.err -scribe -no-check testscr2.org
bibclean -no-read -init bibclean.ini -err testscr2.err -scribe -no-check testscr2.org >testscr2.bib
echo
echo There should be no differences found:
echo diff testscr2.bok testscr2.bib
diff testscr2.bok testscr2.bib
echo
echo There should be no differences found:
echo diff testscr2.eok testscr2.err
diff testscr2.eok testscr2.err
echo =================== end Scribe test 2 ====================
echo ================== begin Scribe test 2a===================
echo bibclean -no-read -init bibclean.ini -err testscr2.err -scribe -file-pos -no-check -no-par testscr2.org
bibclean -no-read -init bibclean.ini -err testscr2.err -scribe -file-pos -no-check -no-par testscr2.org >testscr2.bi2
echo
echo There should be no differences found:
echo diff testscr2.bo2 testscr2.bi2
diff testscr2.bo2 testscr2.bi2
echo
echo There should be no differences found:
echo diff testscr2.eo2 testscr2.er2
diff testscr2.eo2 testscr2.er2
echo =================== end Scribe test 2a====================
echo ================== begin Scribe test 3 ===================
echo bibclean -no-read -init bibclean.ini -err testscr3.err -scribe -no-check testscr3.org
bibclean -no-read -init bibclean.ini -err testscr3.err -scribe -no-check testscr3.org >testscr3.bib
echo
echo There should be no differences found:
echo diff testscr3.bok testscr3.bib
diff testscr3.bok testscr3.bib
echo
echo There should be no differences found:
echo diff testscr3.eok testscr3.err
diff testscr3.eok testscr3.err
echo =================== end Scribe test 3 ====================